home *** CD-ROM | disk | FTP | other *** search
/ Team Palmtops 7 / Palmtops_numero07.iso / WinCE / SDKWindowsCE / HandHeldPCPro30 / sdk.exe / Jupiter SDK / data1.cab / MFC_Samples / generic / generic.rc < prev    next >
Encoding:
Text File  |  1999-02-19  |  2.1 KB  |  98 lines

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include "afxres.h"
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14.  
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (U.S.) resources
  17.  
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  19. #ifdef _WIN32
  20. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  21. #pragma code_page(1252)
  22. #endif //_WIN32
  23.  
  24. /////////////////////////////////////////////////////////////////////////////
  25. //
  26. // Menu
  27. //
  28.  
  29. IDR_MAINFRAME MENU DISCARDABLE 
  30. BEGIN
  31.     POPUP "&File"
  32.     BEGIN
  33.         MENUITEM "E&xit",                       ID_FILE_EXIT
  34.     END
  35. END
  36.  
  37.  
  38. #ifdef APSTUDIO_INVOKED
  39. /////////////////////////////////////////////////////////////////////////////
  40. //
  41. // TEXTINCLUDE
  42. //
  43.  
  44. 1 TEXTINCLUDE DISCARDABLE 
  45. BEGIN
  46.     "resource.h\0"
  47. END
  48.  
  49. 2 TEXTINCLUDE DISCARDABLE 
  50. BEGIN
  51.     "#include ""afxres.h""\r\n"
  52.     "\0"
  53. END
  54.  
  55. 3 TEXTINCLUDE DISCARDABLE 
  56. BEGIN
  57.     "\r\n"
  58.     "\0"
  59. END
  60.  
  61. #endif    // APSTUDIO_INVOKED
  62.  
  63.  
  64. /////////////////////////////////////////////////////////////////////////////
  65. //
  66. // Icon
  67. //
  68.  
  69. // Icon with lowest ID value placed first to ensure application icon
  70. // remains consistent on all systems.
  71. IDR_MAINFRAME           ICON    DISCARDABLE     "icon1.ico"
  72.  
  73. /////////////////////////////////////////////////////////////////////////////
  74. //
  75. // String Table
  76. //
  77.  
  78. STRINGTABLE PRELOAD DISCARDABLE 
  79. BEGIN
  80.     IDR_MAINFRAME           "generic"
  81. END
  82.  
  83. #endif    // English (U.S.) resources
  84. /////////////////////////////////////////////////////////////////////////////
  85.  
  86.  
  87.  
  88. #ifndef APSTUDIO_INVOKED
  89. /////////////////////////////////////////////////////////////////////////////
  90. //
  91. // Generated from the TEXTINCLUDE 3 resource.
  92. //
  93.  
  94.  
  95. /////////////////////////////////////////////////////////////////////////////
  96. #endif    // not APSTUDIO_INVOKED
  97.  
  98.